From da30ac89d6b5f5c53f291ce0110021429613d998 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 10 Dec 2002 16:53:12 +0000 Subject: [PATCH] Fix syntax for find. --- mac/make-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/make-package b/mac/make-package index 81ea44915fb..df781c0f499 100755 --- a/mac/make-package +++ b/mac/make-package @@ -265,7 +265,7 @@ if test "$with_app" == "yes"; then ## Copy Emacs application cp -r Emacs.app ${tempappdir} ## Delete any CVS files - find ${tempappdir} -name "CVS" -type d -execdir rm -rf {} \; + find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \; ## Have application be a symlink to ${prefix}/bin/emacs if test "$app_symlink" == "yes"; then -- 2.30.2